home *** CD-ROM | disk | FTP | other *** search
- /* File: SpiralView.h - View object for 'PrimeSpiral'
- *
- * By: Christopher Lane
- * Symbolic Systems Resources Group
- * Knowledge Systems Laboratory
- * Stanford University
- *
- * Date: 26 February 1990
- *
- * Copyright: 1990 by The Leland Stanford Junior University. This program
- * may be distributed without restriction for non-commercial use.
- */
-
- #import <appkit/View.h>
-
- #define VERSION __DATE__
-
- @interface SpiralView:View
- {
- id version;
- }
-
- - spiral:sender;
- - setVersion:anObject;
-
- @end
-